crypto/internal/fips140/ecdsa.hmacDRBG.V (field)

20 uses

	crypto/internal/fips140/ecdsa (current package)
		hmacdrbg.go#L25: 	V  []byte
		hmacdrbg.go#L66: 	d.V = bytes.Repeat([]byte{0x01}, size)
		hmacdrbg.go#L71: 	h.Write(d.V)
		hmacdrbg.go#L79: 		l := len(d.V) + 1 + len(entropy) + len(nonce)
		hmacdrbg.go#L89: 	h.Write(d.V)
		hmacdrbg.go#L90: 	d.V = h.Sum(d.V[:0])
		hmacdrbg.go#L93: 	h.Write(d.V)
		hmacdrbg.go#L101: 		l := len(d.V) + 1 + len(entropy) + len(nonce)
		hmacdrbg.go#L111: 	h.Write(d.V)
		hmacdrbg.go#L112: 	d.V = h.Sum(d.V[:0])
		hmacdrbg.go#L153: 		d.hK.Write(d.V)
		hmacdrbg.go#L154: 		d.V = d.hK.Sum(d.V[:0])
		hmacdrbg.go#L155: 		tlen += copy(out[tlen:], d.V)
		hmacdrbg.go#L165: 	d.hK.Write(d.V)
		hmacdrbg.go#L170: 	d.hK.Write(d.V)
		hmacdrbg.go#L171: 	d.V = d.hK.Sum(d.V[:0])